home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- if (the mouseCast = 6) or (the mouseCast = 7) then
- if the visible of sprite 6 = 0 then
- set the visible of sprite 6 to 1
- end if
- else
- set the visible of sprite 6 to 0
- end if
- if the movieTime of sprite 2 = the duration of cast 2 then
- go("out")
- else
- go(2)
- end if
- end
-